projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a220751
)
(rmail-output-file-alist): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Sep 1996 21:55:01 +0000
(21:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Sep 1996 21:55:01 +0000
(21:55 +0000)
(rmail-delete-after-output): Duplicate defvar deleted.
lisp/mail/rmailout.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailout.el
b/lisp/mail/rmailout.el
index 41354bfc7510172ed706ba5eb83fc50bfeecd906..cc0079912f77c436bd2d0a926201abb4f25cd525 100644
(file)
--- a/
lisp/mail/rmailout.el
+++ b/
lisp/mail/rmailout.el
@@
-26,10
+26,7
@@
(require 'rmail)
-;; Temporary until Emacs always has this variable.
-(defvar rmail-delete-after-output nil
- "*Non-nil means automatically delete a message that is copied to a file.")
-
+;;;###autoload
(defvar rmail-output-file-alist nil
"*Alist matching regexps to suggested output Rmail files.
This is a list of elements of the form (REGEXP . NAME-EXP).